home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / themes / MurrinaBlue / gtk-2.0 / gtkrc
Text File  |  2009-03-19  |  7KB  |  267 lines

  1. #MurrinaBlue theme by Yves-Alexis Perez <corsac@corsac.net>
  2. #This is is under GPLv2, see COPYING for details.
  3.  
  4. style "theme-default"
  5. {
  6.   GtkButton      ::default_border    = { 0, 0, 0, 0 }
  7.   GtkRange       ::trough_border     = 0
  8.   GtkPaned       ::handle_size       = 6
  9.   GtkRange       ::slider_width      = 15
  10.   GtkRange       ::stepper_size      = 15
  11.  
  12.   GtkScrollbar   ::min_slider_length = 30
  13.   GtkCheckButton ::indicator_size    = 14
  14.   GtkMenuBar     ::internal-padding  = 0
  15.   GtkTreeView    ::expander_size     = 14
  16.   GtkExpander    ::expander_size     = 16
  17.   GtkScale       ::slider-length     = 24
  18.   
  19.   xthickness = 1
  20.   ythickness = 1
  21.  
  22.  
  23.     fg[NORMAL]        = "#000000"
  24.     fg[PRELIGHT]        = "#000000"
  25.     fg[ACTIVE]        = "#4b6785"
  26.     fg[SELECTED]        = "#FFFFFF"
  27.     fg[INSENSITIVE]        = "#8793A0"
  28.  
  29.     bg[NORMAL]        = "#e4e4e4"
  30.     bg[PRELIGHT]        = "#F1F1F1"
  31.     bg[ACTIVE]        = "#c6c6c6"
  32.     bg[SELECTED]        = "#42709C" #background titlebar color
  33.     bg[INSENSITIVE]        = "#E8E8E8"
  34.  
  35.     base[NORMAL]        = "#F8F8F8"
  36.     base[PRELIGHT]        = "#97afc7"
  37.     base[ACTIVE]        = "#BEBEBE"
  38.     base[SELECTED]        = "#97afc7"
  39.     base[INSENSITIVE]    = "#B0B0B0"
  40.  
  41.     text[NORMAL]        = "#000000"
  42.     text[PRELIGHT]        = "#000000"
  43.     text[ACTIVE]        = "#4b6785"
  44.     text[SELECTED]        = "#FFFFFF"
  45.     text[INSENSITIVE]    = "#8793A0"
  46.  
  47. #original
  48. #  fg[NORMAL]        = "#222222"
  49. #  fg[PRELIGHT]      = "#222222"
  50. #  fg[SELECTED]      = "#ffffff"
  51. #  fg[ACTIVE]        = "#505050"
  52. #  fg[INSENSITIVE]   = "#b5b3ac"
  53. #
  54. #  bg[NORMAL]        = "#e7e7e7"
  55. #  bg[PRELIGHT]      = "#efefef"
  56. #  bg[SELECTED]        = "#a3b8cc"
  57. #  bg[INSENSITIVE]   = "#efefef"
  58. #  bg[ACTIVE]        = "#f5f5f5" # this (strangely) controls inactive tab BGs
  59. #
  60. #  base[NORMAL]      = "#ffffff"
  61. #  base[PRELIGHT]    = "#6590b8"
  62. #  base[ACTIVE]      = "#A7BED5"
  63. #  base[SELECTED]    = "#E6B68A"
  64. #  base[INSENSITIVE] = "#e8e8e8"
  65. #
  66. #  text[NORMAL]      = "#505050"
  67. #  text[PRELIGHT]    = "#505050"
  68. #  text[ACTIVE]      = "#505050"
  69. #  text[SELECTED]    = "#ffffff"
  70. #  text[INSENSITIVE] = "#b5b5b5"
  71.  
  72. engine "murrine" 
  73. {
  74.     glazestyle = 1 # 0 = flat hilight, 1 = curved hilight, 2 = concave style, 3 = top curved hilight, 4 = beryl style
  75.     roundness = 3 # 0 = squared, 1 = old default, more will increase roundness
  76.     menubarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
  77.     menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped
  78.     menubaritemstyle = 0 # 0 = menuitem look, 1 = button look
  79.     listviewheaderstyle = 2 # 0 = flat, 1 = glassy, 2 = raised
  80.     listviewstyle = 1 # 0 = nothing, 1 = dotted
  81.     scrollbarstyle = 5 # Enable or disable circles, stripes, handles
  82.     animation = TRUE # FALSE = disabled, TRUE = enabled
  83.     scrollbar_color    = "#A7BED5"
  84.     highlight_shade     = 0.909090
  85.     contrast    = 1.0
  86. }
  87. }
  88.  
  89.  
  90. style "theme-wide" = "theme-default"
  91. {
  92.   xthickness = 2
  93.   ythickness = 2
  94. }
  95.  
  96. style "theme-wider" = "theme-default"
  97. {
  98.   xthickness = 3
  99.   ythickness = 3
  100. }
  101.  
  102. style "theme-entry" = "theme-wider"
  103. {
  104.   bg[SELECTED]        = "#7487B4"
  105. }
  106.  
  107. style "theme-button" = "theme-wider"
  108. {
  109. #  bg[NORMAL]        = "#f6f4f1"
  110. #  bg[INSENSITIVE]   = "#f2efeb"
  111. #  bg[PRELIGHT]      = "#faf9f8"
  112.  
  113.   bg[NORMAL]        = "#f2f2f2"
  114.   bg[INSENSITIVE]   = "#f0f0f0"
  115. #  bg[PRELIGHT]      = "#A7BED5"
  116.   bg[PRELIGHT]      = "#faf9f8"
  117. #  bg[ACTIVE]        = "#f4f4f4"
  118.  
  119. }
  120.  
  121. style "theme-notebook" = "theme-wide"
  122. {
  123.   bg[NORMAL]      = "#efefef"
  124.   bg[INSENSITIVE] = "#efefef"
  125.   bg[SELECTED]    = "#A7BED5"
  126. }
  127.  
  128. style "theme-tasklist" = "theme-default"
  129. {
  130.   xthickness = 5
  131.   ythickness = 3
  132. }
  133.  
  134. style "theme-menu" = "theme-default"
  135. {
  136.   xthickness = 2
  137.   ythickness = 1
  138. }
  139.  
  140. style "theme-menu-item" = "theme-default"
  141. {
  142.   ythickness = 3
  143. #  fg[NORMAL] = "#505050"
  144. #  fg[PRELIGHT] = "#ffffff"
  145. #  text[PRELIGHT] = "#505050"
  146. }
  147.  
  148. style "theme-menubar" = "theme-default"
  149. {
  150.   #bg[NORMAL] = "#A7BED5"
  151.   #fg[NORMAL] = "#505050"
  152.   #fg[ACTIVE] = "#505050"
  153.   text[NORMAL] = "#505050"
  154.   text[PRELIGHT] = "#505050"
  155.   base[PRELIGHT] = "#63E62E"
  156.   base[SELECTED] = "#4DB224"
  157. }
  158.  
  159. style "theme-menubar-item"
  160. {
  161.     ythickness = 4
  162.     fg[PRELIGHT] = "#505050"
  163.     bg[PRELIGHT] = "#A7BED5"
  164. }
  165.  
  166. style "theme-tree" = "theme-default"
  167. {
  168.   xthickness = 2
  169.   ythickness = 2
  170. bg[NORMAL]        = "#f2f2f2"
  171. bg[ACTIVE]        = "#BEBEBE"
  172. bg[SELECTED]        = "#97afc7"
  173. fg[ACTIVE]        = "#4b6785"
  174. fg[SELECTED]        = "#FFFFFF"
  175. GtkTreeView::odd_row_color = "#EEEEEE"
  176. GtkTreeView::even_row_color = "#ffffff"
  177. }
  178.  
  179. style "theme-frame-title" = "theme-default"
  180. {
  181.   fg[NORMAL] = "#404040"
  182. }
  183.  
  184. style "theme-tooltips" = "theme-default"
  185. {
  186.   xthickness = 4
  187.   ythickness = 4
  188.   bg[NORMAL] = "#A7BED5"
  189. }
  190.  
  191. style "theme-progressbar" = "theme-wide"
  192. {
  193.   xthickness = 1
  194.   ythickness = 1
  195.   #fg[PRELIGHT]  = "#ffffff"
  196. }
  197.  
  198. style "theme-combo" = "theme-button"
  199. {
  200. }
  201. #Don't animate panel plugin progress bars
  202. style "panel"
  203. {
  204.     engine "murrine"
  205.         { animation=FALSE }
  206. }
  207. style "metacity-frame"
  208. {
  209.   # Normal base color
  210.   #bg[NORMAL]  = "#bbbbbb"
  211.  
  212.   # Unfocused title background color
  213.   #bg[INSENSITIVE]  = { 0.8, 0.8, 0.8 }
  214.  
  215.   # Unfocused title text color
  216.   #fg[INSENSITIVE]  = { 1.55, 1.55, 1.55 }
  217.  
  218.   # Focused icon color
  219.   #fg[NORMAL]  = { 0.2, 0.2, 0.2 }
  220.  
  221.   # Focused title background color
  222.   #bg[SELECTED]  = "#444444"
  223.   #base[ACTIVE]  = "#f2f2f2"
  224.  
  225.   # Focused title text color
  226.   #fg[SELECTED]  = "#ffffff"
  227. }
  228. class "MetaFrames"       style "metacity-frame"
  229. class "GtkWindow"      style "metacity-frame"
  230.  
  231. # widget styles
  232. class "GtkWidget"      style "theme-default"
  233. class "GtkButton"      style "theme-button"
  234. class "GtkScale"       style "theme-button"
  235. class "GtkCombo"       style "theme-button"
  236. class "GtkRange"       style "theme-wide"
  237. class "GtkFrame"       style "theme-wide"
  238. class "GtkMenu"        style "theme-menu"
  239. class "GtkEntry"       style "theme-entry"
  240. class "GtkMenuItem"    style "theme-menu-item"
  241. class "GtkNotebook"    style "theme-notebook"
  242. class "GtkProgressBar" style "theme-progressbar"
  243. class "*MenuBar*"      style "theme-menubar"
  244.  
  245. widget_class "*MenuItem.*" style "theme-menu-item"
  246. widget_class "*MenuBar.*"  style "theme-menubar-item"
  247.  
  248. # combobox stuff
  249. widget_class "*.GtkComboBox.GtkButton" style "theme-combo"
  250. widget_class "*.GtkCombo.GtkButton"    style "theme-combo"
  251. # tooltips stuff
  252. widget_class "*.tooltips.*.GtkToggleButton" style "theme-tasklist"
  253. widget "gtk-tooltips" style "theme-tooltips"
  254.  
  255. # treeview stuff
  256. widget_class "*.GtkTreeView.GtkButton" style "theme-tree"
  257. widget_class "*.GtkCTree.GtkButton" style "theme-tree"
  258. widget_class "*.GtkList.GtkButton" style "theme-tree"
  259. widget_class "*.GtkCList.GtkButton" style "theme-tree"
  260. widget_class "*.GtkFrame.GtkLabel" style "theme-frame-title"
  261.  
  262. # notebook stuff
  263. widget_class "*.GtkNotebook.*.GtkEventBox" style "theme-notebook"
  264. widget_class "*.GtkNotebook.*.GtkViewport" style "theme-notebook"
  265. widget_class "*.ETree.*" style "theme-tree"
  266. widget "*Xfce*Panel*" style "panel"
  267.